Class: Quickfix::OrderAttributeType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OrderAttributeType

Returns a new instance of OrderAttributeType.



75224
75225
75226
75227
75228
75229
75230
# File 'lib/quickfix_fields.rb', line 75224

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

Class Method Details

.fieldObject



75221
75222
75223
# File 'lib/quickfix_fields.rb', line 75221

def OrderAttributeType.field
  return 2594
end