Class: Quickfix::SettlPartyRole

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlPartyRole



4192
4193
4194
4195
4196
4197
4198
# File 'lib/quickfix_fields.rb', line 4192

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

Class Method Details

.fieldObject



4189
4190
4191
# File 'lib/quickfix_fields.rb', line 4189

def SettlPartyRole.field
  return 784
end