Class: Quickfix::InstrumentPartySubIDType

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) ⇒ InstrumentPartySubIDType

Returns a new instance of InstrumentPartySubIDType.



14137
14138
14139
14140
14141
14142
14143
# File 'lib/quickfix_fields.rb', line 14137

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

Class Method Details

.fieldObject



14134
14135
14136
# File 'lib/quickfix_fields.rb', line 14134

def InstrumentPartySubIDType.field
  return 1054
end