Class: Quickfix::AllocSettlInstType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocSettlInstType

Returns a new instance of AllocSettlInstType.



5986
5987
5988
5989
5990
5991
5992
# File 'lib/quickfix_fields.rb', line 5986

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

Class Method Details

.fieldObject



5983
5984
5985
# File 'lib/quickfix_fields.rb', line 5983

def AllocSettlInstType.field
  return 780
end