Class: Quickfix::LotType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LotType

Returns a new instance of LotType.



14605
14606
14607
14608
14609
14610
14611
# File 'lib/quickfix_fields.rb', line 14605

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

Class Method Details

.fieldObject



14602
14603
14604
# File 'lib/quickfix_fields.rb', line 14602

def LotType.field
  return 1093
end