Class: Quickfix::RequestingPartyRole

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RequestingPartyRole



21248
21249
21250
21251
21252
21253
21254
# File 'lib/quickfix_fields.rb', line 21248

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