Class: Quickfix::AllowableOneSidednessCurr

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllowableOneSidednessCurr

Returns a new instance of AllowableOneSidednessCurr.



10484
10485
10486
10487
10488
10489
10490
# File 'lib/quickfix_fields.rb', line 10484

def initialize(data = nil)
  if( data == nil )
    super(767)
  else
    super(767, data)
  end
end