Class: Quickfix::MultilegPriceMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MultilegPriceMethod

Returns a new instance of MultilegPriceMethod.



1241
1242
1243
1244
1245
1246
1247
# File 'lib/quickfix_fields.rb', line 1241

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

Class Method Details

.fieldObject



1238
1239
1240
# File 'lib/quickfix_fields.rb', line 1238

def MultilegPriceMethod.field
	return 1378
end