Class: Quickfix::CustDirectedOrder

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CustDirectedOrder

Returns a new instance of CustDirectedOrder.



13812
13813
13814
13815
13816
13817
13818
# File 'lib/quickfix_fields.rb', line 13812

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

Class Method Details

.fieldObject



13809
13810
13811
# File 'lib/quickfix_fields.rb', line 13809

def CustDirectedOrder.field
  return 1029
end